home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
clc.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
691b
|
29 lines
<search function="clc">
<name>Calculate</name>
<description>
Evaluate numeric expressions.<br/>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>clc (4+3)*(2+2)</td></tr>
<tr><td>clc pow(e, pi/2)</td></tr>
</table>
</description>
<category>Functions</category>
<script><![CDATA[
function clc(q)
{
if( nullArgs("clc",q) )
return false;
else
calculate(q);
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>